home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / bebe300.zip / REVISION.DOC < prev    next >
Text File  |  1990-12-09  |  2KB  |  45 lines

  1. BEBE revisions history
  2.  
  3.  ******************************************************************************
  4.  
  5. Version 1.00  12-30-89
  6.  
  7.   Initial release.
  8.  
  9.  
  10. Version 1.10  1-21-90
  11.  
  12.   First update. Fixed bug with BOX command that drew out-of-proportion
  13.  boxes. Added the new command GETKEY.
  14.  
  15. Version 1.11 4-3-90
  16.  
  17.   User reported bug with LOCATE command was fixed. The cursor wasn't
  18.  positioned properly.
  19.  
  20. Version 2.00 5-1-90
  21.  
  22.   Due to increased development time and effort in BEBE I had to split
  23.  versions. Unregistered version is now called TRYBEBE and registered version
  24.  is simply BEBE. Major new features will be added to the registered version
  25.  only. Added MEMFREE report to the STATUS command that reports the amount
  26.  of free DOS memory. Added three very powerful string handling commands -
  27.  PARSE that allows you to break up a string - STRINGSIZE that determines the
  28.  size of a string - SUBSTRING that allows you to truncate a string.
  29.  
  30. Version 3.00 12-9-90
  31.  
  32.   Major revision. Fixed continually annoying behavior of the box command.
  33.  Added new string handling functions LOWER and UPPER. Added the capability
  34.  to all commands that set environment variables to optionally send the
  35.  output to a text file or to a batch file that will set the environment. This
  36.  was done to accomodate setting environment variables in a secondary copy of
  37.  the command processor, such as when shelling out of a program or running
  38.  BEBE in a multi-tasking environment like Windows 3.0 or Desqview. Because of
  39.  this feature (or bug fix if you prefer), I had to change the name of some
  40.  commands and re-write the command line parsing routines of all the commands.
  41.  Everything behaves just as expected, which feels like a minor miracle after
  42.  a project of this size. Major re-write of the documentation to accomodate
  43.  all of the changes.
  44.  
  45.